home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_218 / pcpatch / pcpatch.doc < prev    next >
Text File  |  1992-05-06  |  5KB  |  92 lines

  1.                               PcPatch II
  2.                         Written by Werner Gunther
  3.                             Public Domain
  4.  
  5.  PcPatch is a bunch of utilities to enable PCCopy and PCFormat from the
  6. Extras 1.2 (or Extras 1.3) PCUtil drawer to read, write and format any kind
  7. of MS-Dos style disks, including 720k/3.5" diskettes. Included is a format
  8. editor, so everyone can customize PCCopy to fit his needs. Two sample
  9. format entries have been added, AtariSS and AtariDS.
  10.  In order to make the whole thing work, you have to put everything into the
  11. same drawer: PcC720 and PCCopy, PCF720 and PCCopy, FormatEditor, the
  12. '.Format' files and all the icons, if you intend to work with the
  13. Workbench.
  14.  
  15.  Now to the programs themselves:
  16.  
  17. PcC720:
  18.  This one loads and patches PCCopy. From Cli type
  19. path/PcC720 [additional formatfile]
  20.  If you didn't CD into the directory where the files can be found, the
  21. program examines the path to work out how to load the needed files. I.e if
  22. you type 'DF0:MsDos/PcC720 Mitsibushi' the program will try to load
  23. 'DF0:MsDos/PCCopy' and 'DF0:MsDos/Mitsibushi.Format'.
  24. From Workbench doubleclick the PcC720 or the '.Format' icon if you want to
  25. use an additional format.
  26.  Before patching and start PCCopy the program will display a requester. In
  27. addition to the gadgets labeled DF0: to DF3: to choose the drive you wish
  28. to use as a MS-Dos drive, you will find:
  29.  'Skip FAT integrity check': PCCopy checks if the FAT and its copy are
  30. equal. If not, PCCopy will not process your disk. If this gadget is
  31. enabled, no check is performed.
  32.  'Double track step': If you are using a 80 tracks 5.25" drive and want to
  33. read 40 track disks, the head has to move 2 steps for each track. This has
  34. only to be turned off if you are using a 40 track drive.
  35.  
  36. PcF720:
  37.  Loads, patches and starts PCFormat. In addition to the gadgets mentioned
  38. above there is another gadget that reads 'Format: 80 tracks', which changes
  39. to 'Format: 40 tracks' if selected. The default 80 track mode will format
  40. 720k disks.
  41.  
  42. FormatEditor:
  43.  Creates new '.Format' files. From CLI type
  44. path/FormatEditor [format]
  45.  The program will prepend the path and append '.Format' to the format name
  46. (see PcC720). From Workbench shift-click the format icon and shift-
  47. doubleclick the FormatEditor symbol.
  48.  You have to fill the following gadgets to create a working format:
  49.  
  50. Identification byte: Ms-Dos identifies a format by a special 8-bit code.
  51.                      This code can be found on sector 1 (count starts at
  52.                      sector 0), byte 0. Simply use 'debug' on your PC to
  53.                      get this value.
  54. Tracks/Side:         Number of tracks per side (=cylinders). This is
  55.                      usually 40 or 80.
  56. Sides:               Number of sides or heads. Only 1 and 2 are allowed
  57.                      values.
  58. Sectors/track:       Number of sectors per track, normally 8 or 9.
  59. Sectors/Cluster:     FAT entries do not refer to sectors, but to clusters,
  60.                      this is a logical and not a physical value. The number
  61.                      of sectors per cluster is usually the same as the
  62.                      number of heads, but may differ sometimes.
  63. Directory sectors:   Number of sectors reserved for directory entries.
  64. FAT sectors:         Number of sectors holding the FAT *INCLUDING* its
  65.                      backup.
  66. Available clusters:  Number of clusters used for files and/or
  67.                      sub-directories. This is calculated by the program if
  68.                      you don't change it manually. The value is usually:
  69.                      (Tracks*Sides*Sectors per Track-First Data Sector) /
  70.                      Sectors per Cluster.
  71. First data sector:   This is the end of boot/FAT/directory area end + 1,
  72.                      and the position of cluster #0. Like 'Available
  73.                      clusters' this value is computed by the program, if
  74.                      you didn't change it. The formula is: 1(the boot
  75.                      block) + FAT sectors + directory sectors + 1.
  76. The simplest way to get these values is to use the Norton utilities.
  77.  The FormatEditor will create an icon for each file too. As the size
  78. of that icon file is much larger than the actual format file, it may be a
  79. good idea to delete the icon if you are a CLI-only user.
  80.  To avoid misunderstandings: YOU WON'T BE ABLE TO READ HIGH DENSITY DISKS.
  81. This is a hardware and not a software problem.
  82.  
  83.  If you have created any new format files, I would really like to get a
  84. copy, please send them in. I can be reached at
  85.  
  86. G35@DHDURZ1.BITNET
  87.  
  88.  Send bug reports, flames, etc. too.
  89. Good luck,
  90. Werner
  91.  
  92.